You can bring an interface administratively up or down.
Tip
In SLX-OS, you can use the show interface ethernet command to see the status of the Ethernet interfaces on your device.
You can change the Admin Status for one or more IP addresses or for a specified fabric. For more configuration examples, see the ExtremeCloud Orchestrator Command Reference, 3.6.0 .
Note
This example changes the Admin State on multiple IP addresses.
efa inventory device interface set-admin-state --ip 10.25.225.167,10.24.48.131,10.24.51.135 --if-name 0/20-22 --state up +---------------+-----+------+----------------+--------------+---------+--------+ | DeviceIP | ID | Name | Interface Type | Admin Status | Result | Reason | +---------------+-----+------+----------------+--------------+---------+--------+ | 10.24.48.131 | 110 | 0/21 | ethernet | up | Success | | + +-----+------+----------------+--------------+---------+--------+ | | 142 | 0/20 | ethernet | up | Success | | + +-----+------+----------------+--------------+---------+--------+ | | 148 | 0/22 | ethernet | up | Success | | +---------------+-----+------+----------------+--------------+---------+--------+ | 10.24.51.135 | 16 | 0/21 | ethernet | up | Success | | + +-----+------+----------------+--------------+---------+--------+ | | 48 | 0/22 | ethernet | up | Success | | + +-----+------+----------------+--------------+---------+--------+ | | 86 | 0/20 | ethernet | up | Success | | +---------------+-----+------+----------------+--------------+---------+--------+ | 10.25.225.167 | 9 | 0/21 | ethernet | up | Success | | + +-----+------+----------------+--------------+---------+--------+ | | 89 | 0/20 | ethernet | up | Success | | + +-----+------+----------------+--------------+---------+--------+ | | 1 | 0/22 | ethernet | up | Success | | +---------------+-----+------+----------------+--------------+---------+--------+ Interface Details --- Time Elapsed: 56.4964544s ---